.nothing {
    color: #5C9EAD; /* Cadet Blue*/
    color: #326273; /* Blue Sapphire*/
    color: #FFFFFF; /* White*/
    color: #EEEEEE; /* Culures*/
    color: #E39774; /* Dark Salmon*/
}

/* nav div {
    display: inline-flex;
} */

ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    list-style-type: none;
}
ul.qm {
    justify-content: flex-start;
}
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
nav {
    background-color: #326273;
    /* flex-direction: row-reverse; */
    display: flex;
}
nav a {
    display: inline-flex;
}
nav a.btn {
    font-size: 80%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
    text-decoration: none;
    display: inline-flex;
    color: #EEEEEE;
    background-color: #326273;
    padding: 6px;
    margin: 0 5px;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #EEEEEE;
    text-align: center;
    align-items: center;
}
nav a.btn:hover {
    /* background: rgba(238,238,238,80%); */
    background-color: #EEEEEE;
    color:#326273;
}
img.icon {
    width: 15px;
    display: inline-flex;
    padding: 0 3px;
}
.nav-wrap-main {
    width: 90%;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
}
.nav-wrap-reverse {
    width: 10%;
    margin: 0;
    display: flex;
    padding: 10px;
}
.nav-wrap-social-media {
    padding: 10px;
    width: 5%;
    /* margin: 0 10px 0 0; */
    /* background-color: white; */
    align-items: center;
    display: inline-flex;
    flex-direction: row-reverse;
    /* align-items: flex-end; */
}
h1.qm-name {
    font-family: Papyrus, papyrus2, fantasy; 
    font-size: 500%; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 500; 
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 10px;
}
h2.text-center {
    text-align: center;
    font-size: 200%;
    line-height: 1.2;
    font-weight: 500;
    font-family: cursive2;
    margin-top: 0;
    margin-bottom: 10px;

}
.center {
    display: block;
    text-align: center;
    margin: 8px auto 8px auto;
    width: 80%;
}
h4.center {
    font-size: 1.5rem;
}
img.img-fluid {
    width: 90%;
    height: auto;
    margin: 20px auto 0 auto;
    display: block;
}
.underline {
    text-decoration: underline;
}
.form-login {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.form-item {
    text-align: center;
}
.btn {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
    padding: 6px;
    margin: 5px;
    border-radius: 10px;
    border-style: none;
}
.btn-secondary {
    color: #EEEEEE;
    background-color: #5C9EAD;
}
input, label {
    padding: 6px;
}
.form-group {
    margin: 5px 20px;
}
label.input {
    width: 220px;
    display: inline-block;
    text-align: right;
}
input.form-control {
    width: 300px;
    display: inline-block;
    text-align: left;
}
select.form-control {
    width: 300px;
    display: inline-block;
    text-align: left;
}
.padding-5 {
    padding: 5px;
}
.top-20 {
    margin-top: 20px;
}
/* .alert {
    padding:15px;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    border-style: solid;
    width: 60%;
    margin: 20px auto;
    border-width: 1px;
}
.alert-danger {
    background-color: rgba(255, 0, 0, .6);
} */
.btn-secondary:disabled {
    color: black;
    background-color: #EEEEEE;
}
.btn-secondary:hover {
    background-color: #EEEEEE;
    color: #5C9EAD;
}
a.sindec{
    text-decoration: none!important;
}
a.sindec:link {
    text-decoration: none!important;
}
a.sindec:visited {
    text-decoration: none!important;
}
ul.errorlist {
    justify-content: center;
}
.justify {
    width: 80%;
    text-align: justify;
    margin: 0 auto;
}
table {
    table-layout: fixed;
    border-collapse: collapse;
  }
  thead th:nth-child(1) {
    width: 30%;
  }
  thead th:nth-child(2) {
    width: 40%;
  }
  thead th:nth-child(3) {
    width: 15%;
  }
  thead th:nth-child(4) {
    width: 15%;
  }
  th, td {
    padding: 5px;
    border-bottom: 1px solid #326273;
  }
table.center {
    display: table;
    align-items: center;
    width: auto;
    margin: 0 auto;
}
@font-face {
    font-family: 'papyrus2';
    src: url(../fonts/papyrus.ttf);
}
@font-face {
    font-family: 'cursive2';
    src: url(../fonts/ShadowsIntoLight-Regular.ttf);
}
.topnav {
  /* display: flex; */
  overflow: hidden;
  background-color: #326273;
  align-items: center;
}

.topnav ul {
    margin-bottom: 0;
}

.topnav a {
  float: left;
  display: block;
  color: #EEE;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
}
.topnav a:hover {
  background-color: #EEE;
  color: #326273;
}
.topnav a.active {
  background-color: #E39774;
  color: #326273;
}
.topnav .icon {
  display: none;
}

@media screen and (max-width: 915px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 915px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
h2.events {
    color: #5C9EAD;
    text-decoration: underline;
}
.events-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.styled-table {
    width: auto;
    display: inline-table;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #326273;
    color: #EEE;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 8px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #EEE;
    text-align: left;
}
.styled-table tbody tr:nth-of-type(even) {
    background-color: #EEE;
}
.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #326273;
}